Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 9 - Camera Objects / Camera Objects Reference
Camera Objects Routines / Managing Cameras


Q3Camera_GetRange

You can use the Q3Camera_GetRange function to get the current range of a camera.

TQ3Status Q3Camera_GetRange (
TQ3CameraObject camera, 
TQ3CameraRange *range);
camera
A camera object.
range
On exit, a pointer to a camera range structure.
DESCRIPTION
The Q3Camera_GetRange function returns, in the range parameter, a pointer to a camera range structure that describes the current range of the camera specified by the camera parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996